.scrolled .nav-buttons__btn:not(.nav-buttons__btn-green),
.header.secondary .nav-buttons__btn:not(.nav-buttons__btn-green) {
    border-color: #143284;
    color: #143284;
}
.scrolled .nav-buttons__btn:not(.nav-buttons__btn-green):hover,
.header.secondary .nav-buttons__btn:not(.nav-buttons__btn-green):hover {
    background-color: #143284;
    color: #fff;
}
.scrolled .menu-button,
.header.secondary .menu-button {
    -webkit-filter: brightness(0);
    filter: brightness(0);
}
.section-heading-box::after,
.about-intro__text--middle::after {
    display: inline-block;
    content: "";
    width: 60px;
    height: 6px;
    background-color: #143284;
    position: absolute;
    bottom: 0;
    left: 0;
}
.section-heading {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #143284;
}
.btn-more::before {
    display: inline-block;
    content: "";
    width: 4px;
    height: 2px;
    background-color: #00E5D4;
    position: absolute;
    top: 50%;
    left: 0;
    transition: width 0.3s ease;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.btn-more:hover::before {
    width: 28px;
}
.custom-list__item::before {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background: transparent url('/images/icon-check.svg') no-repeat 50% 50%/contain;
    position: absolute;
    top: 4px;
    left: 0;
}
.section-education__links-text::before {
    display: inline-block;
    content: "";
    width: 6px;
    height: 2px;
    background-color: #143284;
    position: absolute;
    top: 50%;
    left: 6px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: background-color 0.3s ease, width 0.3s ease;
}
.section-education__links-item:hover .section-education__links-text::before {
    width: 12px;
    background-color: #FFF;
}
.section-education__links-item:hover .section-education__links-heading {
    margin-top: 10px;
}
.section-education__links-item:hover .section-education__links-text {
    opacity: 1;
}
/* Testimonials slider */
.slider-testimonials__nav-dots .w-slider-dot {
    width: 0.8125em;
    height: 0.8125em;
    border: 1px solid #143284;
    background-color: transparent;
    transition: background-color 0.3s ease;
}
.slider-testimonials__nav-dots .w-slider-dot.w-active,
.slider-testimonials__nav-dots .w-slider-dot:hover {
    background-color: #143284;
}
/* Footer */
.footer-socials__btn:last-child {
    margin-right: 0;
}
/* Breadcrumbs */
.breadcrumbs__list-item:not(:last-child)::after {
    display: inline;
    content: "//";
    margin-left: 2px;
    color: #00E5D4;
}
/* Accordion items counter */
.accordion-wrapper {
    counter-reset: section;
}
.accordion-item__trigger-text::before {
    counter-increment: section;
    content: counter(section) ". ";
    margin-right: 12px;
}
.accordion-item__content h4 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5
}
/* Contacts list */
.contacts-list__item::before {
    display: inline;
    content: "\2022";
    margin-right: 4px;
    color: #00E5D4;
    font-size: 1.22em;
    font-weight: 700;
    line-height: 1;
}
.contacts-places__item {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
.form-ask__select {
    -webkit-appearance: none;
    appearance: none;
}
/* Media queries */
@media screen and (min-width: 1200px) {
    .section-testimonials__heading-box {
        max-width: calc(1190px * 0.30);
    }
}
@media screen and (max-width: 991.98px) {
    .section-heading-box::after,
    .about-intro__text--middle::after {
        width: 40px;
        height: 4px;
    }
}
@media screen and (max-width: 767.98px) {
    .container-wrapper .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .row > .col-sm-100 {
        width: 100%;
    }
    .accordion-item__trigger-text::before {
        margin-right: 6px;
    }
    .section-about-intro__col {
        flex: 1 0 50%;
        max-width: 50%;
    }
}